Bay Area Furs
# Extract the contents of the ISO file to the FAT32 partition using 7-zip,
# but exclude the "sources" file.
# Exclude using 7-zips exclude function: -x@filename.txt
$ 7z x -x@exclude.txt Win10_1809Oct_English_x64.iso -o/media/blah/UEFI_Boot/
ls /media/kokio and it turned up blank, so i don tthin kthe drive is mounted there
kokio
/media/kokio?
/dev/
lsblk for me in a terminal?
kokio@hibiscuslion:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 156.2M 1 loop /snap/chromium/1165
loop1 7:1 0 154.3M 1 loop /snap/chromium/1143
loop2 7:2 0 55M 1 loop /snap/core18/1705
loop3 7:3 0 57.3M 1 loop /snap/discord/109
loop4 7:4 0 160.2M 1 loop /snap/gnome-3-28-1804/116
loop5 7:5 0 255.6M 1 loop /snap/gnome-3-34-1804/33
loop6 7:6 0 55M 1 loop /snap/core18/1754
loop8 7:8 0 62.1M 1 loop /snap/gtk-common-themes/1506
loop9 7:9 0 49.8M 1 loop /snap/snap-store/433
loop10 7:10 0 27.1M 1 loop /snap/snapd/7264
loop11 7:11 0 30.3M 1 loop /snap/snapd/7777
loop12 7:12 0 49.8M 1 loop /snap/snap-store/454
loop13 7:13 0 255.6M 1 loop /snap/gnome-3-34-1804/36
loop14 7:14 0 161.4M 1 loop /snap/gnome-3-28-1804/128
sda 8:0 1 14.3G 0 disk
├─sda1 8:1 1 1G 0 part
└─sda2 8:2 1 13.3G 0 part
nvme0n1 259:0 0 238.5G 0 disk
├─nvme0n1p1 259:1 0 512M 0 part
├─nvme0n1p2 259:2 0 1K 0 part
└─nvme0n1p5 259:3 0 208.7G 0 part /
sda
sudo mount /dev/sda1 /media/kokio
/mnt/usb directory and mount to that
/media, I leave it for automatic mounts)
/media/kokio, shoudl it be that way?
7z x -x@exclude.txt Win10_1809Oct_English_x64.iso -o/media/kokio/
sudo on the front
sda1 is what we mounted and thats the UEFI_Boot partition
sudo 7z x -i@include.txt Win10_1809Oct_English_x64.iso -o/media/kokio
ls /media/kokio it should have roughly the following:autorun.inf boot bootmgr bootmgr.efi efi setup.exe support sources
cd /media && sudo umount /media/kokio
sudo mount /dev/sda2 /media/kokio (finny is probably right about not mounting stuff over the top of this directory but since gnome isn't automounting properly anyway, it's obviously not using that directory so shruggo)
sudo 7z x -i@exclude.txt Win10_1809Oct_English_x64.iso -o/media/kokio
cd /media && sudo umount /media/kokio